Projects: Global Lab : Web Site Documentation
This page last changed on Nov 08, 2007 by pburney.
This is the home of official documentation for the Global Lab Web Site and Web Application. Source CodeThe source code for the Global Lab web site is in a subversion repository, available at: https://globallab.svn.concord.org/ Bug and Feature TrackingBug and Feature Tracking for Global Lab is done using the Jira system at Concord. http://jira.concord.org/browse/GL Code DocumentationThe code is written in PHP and JavaScript. View all GL Code Documentation DevelopmentThe best way to develop code for Global Lab is to set up your own GL local development site. ServersThe public server is located at: The dev server is located at: http://globallab.dev.concord.org/ The typical development lifecycle is for a developer to make changes on their local site, then update those changes on the development site and get comments/feedback/approval and ensure that all aspects of the site continue to work. After the site has been thoroughly tested, the code on the public site can be tagged and updated. DatabaseThe Database is a MySQL database. You can obtain access to or manipulate the data by logging into to the Concord PHPMyAdmin site at: https://secure.concord.org/admin/web/pma/ The best practice for keeping the database up to date is to keep a log of which SQL commands you're executing on your local environment, then replay those commands on the DEV server and PUBLIC server. |
Document generated by Confluence on Jan 27, 2014 16:42 |